home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / 2Dinese (FAT) / Anisotropic data example / Anisotropic.DataFile
Encoding:
Text File  |  1996-04-15  |  1.4 KB  |  23 lines  |  [TEXT/ttxt]

  1. 0 3 //This is a typical  data file for an (arbitrary) anisotropic process.
  2. 20 2.5 //It has the same format for both etching and deposition.
  3. 40 2.2 // The first number in each row is the angle in degrees,
  4. 60 1.6 //while the second number is the rate distance/time (positive)
  5. 70 1.2 // The data MUST cover the WHOLE interval (0,360) degrees.
  6. 80 1 // The etch/deposition rate is in units as specified in the 'Preferences'
  7. 90 0.6 // The two numbers in a row are separated by any number of
  8. 100 .5 //spaces, but not with the NewLine or LineFeed characters.
  9. 120 .4 //The number of data points is arbitrary
  10. 140 .3 // The data need not be symmetric as they are in this file,
  11. 160 .25  nor do they need to be in any particular order
  12. 180 .2   But it is mandatory that the WHOLE interval (0,360) is covered
  13. -20 2.5  since this is a general unisotropic process
  14. -40 2.2  // CONVENTION: 0 degree is the vertical direction on the screen!
  15. -60 1.6  CONSIDER USING A DIRECTIONAL PROCESS IF YOUR DATA IS
  16. -70 1.2  IN THE INTERVAL (-90,90) DEGREES WITH RESPECT TO AN
  17. -80 1     ARBITRARY DIRECTION!
  18. -90 0.6 REMEMBER: The file MUST be closed when read by the program!!! 
  19. -100 .5 
  20. -120 .4 What you write on the remainder of a line is for your own use!
  21. -140 .3 Each line is terminated by a NewLine or CarriageReturn
  22. -160 .25 // USE THIS FILE AS AN EXAMPLE TO CREATE YOUR OWN ONES!
  23. -180 .2 This is an ordinary TEXT file